-
Notifications
You must be signed in to change notification settings - Fork 333
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTMLTestRunner3 #17
base: master
Are you sure you want to change the base?
HTMLTestRunner3 #17
Conversation
@anshumansingh229 Thanks for making this pull request. My current understanding is that @tungwaiyip would like to keep his branch as-is for support of python2 and therefore my branch supports python3. I think there's still a large pool of users for each so I wouldn't recommend having only one branch at this point. |
Why don't we make a shared repo to coordinate efforts? |
That sounds good to me, so instead of something related to myself or @tungwaiyip we'd just have two branches? One for python2 and one for python3? No strong opinion either way from my side. |
Or two separate repositories. |
From my perspective, that's what we have today. @tungwaiyip repo for python2 and @dash0002 repo for python3. Maybe, I'm missing the benefits of putting the repos together only to branch or separate the code bases (python 3 not being backward compatible with python 2) |
OK |
Thank you for the interest in enhancing this tools. Let me know what can
|
removed the _ that was assigned but never used and the string slice is now remove by using datetime function
Reduce namespace pollution by only importing specific functions.
Rebased @eestrada 's changes on latest HTMLTestRunner version 3.
add skip testcase and cleanup the imports
Conflicts: CHANGELOG.md
Rebased @eestrada 's changes on latest HTMLTestRunner version 3.
add skip testcase and cleanup the imports
Rebased @dark-passenger's, @eestrada 's changes on latest HTMLTestRunner version 3.
No description provided.